null
英音[ nʌl ] 美音[ nʌl ]

无效的

常用释义

词性释义

adj.

无约束力的,无效的;零值的,等于零的;(数)(集合,矩阵)空的,元素只有零的;无特征的,无内涵的

n.

<文>零;(密码中的)无意义暗码;(电子)无信号;无电磁辐射的方向

v.

使(信号)与另一信号结合产生无信号状态,抵消
例句
  • 全部
  • 无效的
  • 零位
This tip addresses one of those cases: the distinction between an array which is null, and an array which has no elements.
这里介绍的技巧用于处理其中的一个情况:一个为“零”的数组和一个没有元素的数组之间的差别。
无法通过分布式查询将NULL常量插入timestamp列中。
任何修改,本证书将被视为无效。
In todo_foreign, that would require two columns; the deletion date might be null to indicate that the item is still active.
在todo_foreign中,这将需要两个列;删除日期可能为null,表示该事项仍然在活动中。
For a calculation of the exact benefits of NULL and system default compression, it would be necessary to count these values per column.
若要精确计算NULL压缩和系统默认值压缩所节省的空间,则需要逐列地计算这些值的数量。
In China, where the deprivation of a minor violation of the law and unable to work the right to inherit part of the heirs, null and void.
在中国,凡违背法律规定剥夺未成年人和无劳动能力的继承人的继承权的部分,归于无效。
若要在不分配特定值的情况下声明一个变量并对其进行初始化,请为其分配JScript值null。
The results do not make it easy to distinguish a NULL in the data from a NULL that represents a failure to join.
从结果中很难区分数据中的NULL值和表示联接失败的NULL值。
属性值等同于分配给引用类型或分配给可为空值类型的空引用。
构造函数没有参数,并且返回的类型实例中的所有属性都为空。
Experimenters have yet to see such a frame, but the null result may simply be for want of sufficient precision.
实验学家目前还没看到这样的座标,不过看不出迹象并不代表没有,也许只是缺乏足够的精确度使然。
唯一索引的列可以为NULL,而唯一约束的列不能为NULL。
过去,搞经济计量学时,目标往往是争取让获得的结果,在统计上有显著意义,这样就能拒绝零假设。
Consequently, any information on the investigation that comes from another source is null and void if it has not been validated by the BEA.
因此,从其他来源的任何调查的信息是无效的,如果它没有被验证了BEA。
它首先检查传递的查询上下文是否非NULL,以及是否是组成员的上下文。
For this reason, a scene which has no formal links always has at least one link in it, though this link has a ref value of "null" .
因此,没有正式链接的场面也要包含至少一个链接,这个链接的ref值是“null”。
Remember, in C, a string is nothing but an array of characters with a terminating NULL character (ASCII 0).
请记住,在C语言中,字符串只是一个带有终止NULL字符(ASCII0)的字符数组。
The goal with validation is to avoid some simple errors, such as trying to put a NULL into a field that doesn't accept them.
验证的目标就是要避免一些简单错误,例如尝试将NULL放入不接受这种值的字段。
Though you did not specify that column, the Rails migration created it for you anyway, with auto_increment and NOT NULL.
虽然没有指定这个列,但是Rails迁移会自动创建它,并具有auto_increment和NOTNULL属性。
NULL值不视为大于、小于或等于任何其他值,包括另一个NULL值。
Exclude columns: The name of the columns that you want to be excluded can be null.
排除列:您希望被排除的列名称可以为空。
At least one of the null values must be a typed NULL.
至少应有一个空值为NULL类型。
The property acquired as a result of a contract shall be returned after the contract is confirmed to be null and void or has been revoked.
合同无效或者被撤销后,因该合同取得的财产,应当予以返还。
The SUM function returns the total sum of a column in a given selection. NULL values are not included in the calculation.
使用SUM函数可以返回给定的选择中列的所有记录值的累计合。NULL值不包括在内。
设置为null的参数可用于将附加属性传送到动态页面实例。
下表说明默认值的存在与将列定义为NULL或NOTNULL之间的关系。
处理具有空值的字符串时,串联结果取决于会话设置。
以下示例将添加一个允许空值的列,而且没有通过DEFAULT定义提供的值。
Since the requirement is to only suppress nulls, the visual null suppression can be replaced by the Null suppression on the actual query.
因为需求是仅抑制nulls,可视的nullsuppression可由实际查询上的Nullsuppression替换。
If you were using an Object-based stack, you would simply return null, but a generic stack could be used with value types as well.
如果您使用基于Object的堆栈,则可以简单地返回null,但是您还可以通过值类型来使用一般堆栈。
1·If the XML parser sees a null character in its input, it throws an exception and stops processing.
如果 XML 分析程序在其输入中看到一个空字符,它就会发出异常并停止处理。
2·For more discussion on this issue, see my article "The Null Flag Bug Pattern".
关于这个问题的更多讨论,请参阅我的文章《空标志错误模式》。
3·Therefore, it is null.
因此,它是空的。
4·Accessing the null pointer is very dangerous, as it might crash your program.
访问空指针是非常危险的,因为它可能使您的程序崩溃。
5·This method will return null if the focus owner is not in the same context as the calling thread.
如果该焦点所有者未和调用线程处于同一个上下文中,那么该方法会返回空。
1·That vector is called a "null vector".
那种矢量就叫做”零矢量“。
2·It is very important that you have the correct null modem cable with you to set up the debugging environment.
为了设置调试环境,拥有正确的零调制解调器电缆是非常重要的。
3·Several wiring layouts are in use, because the null modem connection is not covered by a standard.
有多种连接方式可供选择,因为标准中并未涵盖零调制解调器连接。
4·If you return a null array, the clients of the code must write extra code to check whether the return value is null (as shown in Listing 13).
如果您返回零数组,该代码的客户端必须编写额外的代码来检查返回值是否为零(如清单13所示)。
5·But when dealing with a collection of data, the distinction between a null array (which returns null) and an empty array (which returns itself) needs closer attention.
但是,当处理数据集合时,零数组(返回零)和空数组(返回其本身)需要密切关注。
1·Several null mutants have been generated.
一些无效变体已经生成。
2·Otherwise you must retain the null hypothesis.
否则您就必须使用该无效假设。
3·Chen, who used to do search and data mining for Microsoft Asia Research Institute, then ran a statistical analysis and screened all the null accounts among his fans.
随后,曾在微软亚洲研究院从事搜索和数据挖掘研究工作的陈传亮通过统计分析,将粉丝中的那些无效帐号全部屏蔽掉。
4·If that probability is low, then you can reject the null hypothesis that the mean is the best predictor and, correspondingly, gain confidence that a simple linear model offers a good fit for the data.
如果概率很低,那就可以不采用平均值是最佳预测值这一无效假设,并且相应地可以确信简单线性模型是与数据良好吻合的。
5·Sometimes null can be a pretty cool response.
有时,“无效的”会是个相当有个性的回复。
1·The signal generator null sensitivity affects the accuracy and resolution of measurement because the gyro is an integrating device.
因为陀螺是一种积分装置,所以信号发生器的零位灵敏度影响测量精度和测量分辨度。
2·It is ideal for use as a null detector for lowimpedance bridge balancing.
对于低阻抗电桥平衡而言,它是一种十分理想的零位探测器。
网络释义

空指针异常,某个变量为null),而调用了他的某个方法或者属性|评论 你没有给int[] card 往里赋值吧|评论 空指针异常,贴 …

空值

空值没有数据类型,在数据库中表示未知或未确定的值,无论是数字类型、文本类型或日期类型,都可以用统一的空值(NULL) …

空字符

的以空字符null)结束的命令字符串,该域可以为空(null);cbData 域值指定该命令字符串的长度。如果dwData域值不为1…

英语词汇-数学词汇_专业词汇 ... notation 记法;记号 null ; 空 null hypothesis 零假设; 虚假设 ...

空指针

l 空指针null):具有0号地址的指针,它不指向任何数据; 一般用以初始化没有任何指向的指针,在iostream.h中定义。

无效的

英语词根6 - Leo.Zhu - 博客园 ... nocturne n 小夜曲,梦幻曲 null a 无效的,等于零的 nutrient n 营养品 ...

空的

如果你指定了空的NULL)安全描述符,那么管道将得到一个默认的安全描述符。管道默认安全描述符里的ACLs来自于管道 …
常用短语
null and void
null and void - 无效的
null hypothesis
null hypothesis - 零假设;虚假设;解消假设
null space
null space - 零空间
null value
null value - 空值
null pointer
null pointer - 空指针
null string
null string - 空行;空串
Adj.+n.
adj.
同义词
adj.
无效的,无价值的;等于零的
n.
零,[数]空
同根词 (词根null)
nullification n 无效;废弃;取消;(美)州对联邦法令的拒绝执行或承认
nullity n 无效;无价值的事物或人;[数] 零度;退化阶数
nullifier n 废弃者;使无效者;取消者
nullify vt 使无效,作废;取消
更新时间:2025-03-09 22:09